home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
MiniExamples
/
AppKit
/
NormalBrowser
/
Controller.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
384b
|
21 lines
/* Controller.h
* Purpose: How to implement a normal browser.
*
* You may freely copy, distribute, and reuse the code in this example.
* NeXT disclaims any warranty of any kind, expressed or implied, as to its fitness
* for any particular use.
*
*/
#import <appkit/appkit.h>
@interface Controller:Application
{
id myBrowser;
}
#define NUMROWS 30
#define NUMCOLUMNS 2
@end